Socket
Socket
Sign inDemoInstall

@blackglory/pass

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blackglory/pass

The dead simple `pass` statement from Python.


Version published
Weekly downloads
456
increased by30.66%
Maintainers
1
Weekly downloads
 
Created
Source

pass

The dead simple pass statement from Python.

Install

npm install --save @blackglory/pass
# or
yarn add @blackglory/pass

Usage

import { pass } from '@blackglory/pass'

try {
  // ...
} catch {
  pass()
}

Why?

Sometimes you just want to write an empty statement or empty block, but the linter does not allow you to do this.

You don't want to write comments to bypass the linter, because that looks terrible.

API

pass

function pass(): void

passAsync

function passAsync(): Promise<void>

FAQs

Package last updated on 11 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc